-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] 🧹 Using scripts without relying on vendor dir #8056
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: cardil The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
go.mod
Outdated
@@ -50,6 +50,8 @@ require ( | |||
sigs.k8s.io/yaml v1.4.0 | |||
) | |||
|
|||
replace knative.dev/hack => github.com/cardil/knative-hack v0.0.0-20240627155243-4b5dad135546 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
Remove this replace before merge
de7ea70
to
f87d333
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8056 +/- ##
=======================================
Coverage 67.87% 67.87%
=======================================
Files 368 368
Lines 17551 17551
=======================================
Hits 11912 11912
Misses 4894 4894
Partials 745 745 ☔ View full report in Codecov by Sentry. |
f87d333
to
0c88669
Compare
/test build-test |
@cardil: The specified target(s) for
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test build-tests |
6128aa2
to
3e2dd6e
Compare
/test build-tests |
033ddb8
to
e91b630
Compare
/test all |
e91b630
to
1557b16
Compare
1557b16
to
f4dae2b
Compare
/test all |
/test all |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This Pull Request is stale because it has been open for 90 days with |
Tests knative/hack#386
Proposed Changes